home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / LIGHT / LITE / GUID.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-11  |  668 b   |  18 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: Guid.cpp 1.2 1997/02/26 01:35:17 damien Exp $ */
  3.  
  4. ////////////////////////////////////////////////////////////////////////
  5. //   First Light Example : BeamsLight                                 //
  6. //--------------------------------------------------------------------//
  7. //   GUID Definitions                                                                                                    //
  8. //////////////////////////////////////////////////////////////////////// 
  9.  
  10. #define INITGUID        // to initialise the GUIDs
  11.  
  12. #include "I3DExlit.h"   // IID_I3DExLightsource
  13. #include "I3DShUti.h" // IID used by 3DCoFail
  14. #include "COMLITE.h"   // CLSID_BeamsLight
  15.  
  16.  
  17.  
  18.